ALMaSS  1.0
The Animal, Landscape and Man Simulation System
plants.cpp File Reference
#include <cstdio>
#include <iostream>
#include <fstream>
#include <math.h>
#include <stdlib.h>
#include "configurator.h"
#include "maperrormsg.h"
#include "ls.h"

Macros

#define _CRT_SECURE_NO_DEPRECATE
 

Functions

void FloatToDouble (double &, float)
 

Variables

CfgBool cfg_pollen_nectar_on
 
class PlantGrowthDatag_crops
 

Macro Definition Documentation

◆ _CRT_SECURE_NO_DEPRECATE

#define _CRT_SECURE_NO_DEPRECATE

Function Documentation

◆ FloatToDouble()

void FloatToDouble ( double &  d,
float  f 
)
174  {
175  d = f;
176 }

Referenced by PlantGrowthData::PlantGrowthData().

Variable Documentation

◆ cfg_pollen_nectar_on

CfgBool cfg_pollen_nectar_on
extern

◆ g_crops